type runtime.fixalloc

11 uses

	runtime (current package)
		mfixalloc.go#L31: type fixalloc struct {
		mfixalloc.go#L56: func (f *fixalloc) init(size uintptr, first func(arg, p unsafe.Pointer), arg unsafe.Pointer, stat *sysMemStat) {
		mfixalloc.go#L76: func (f *fixalloc) alloc() unsafe.Pointer {
		mfixalloc.go#L106: func (f *fixalloc) free(p unsafe.Pointer) {
		mheap.go#L202: 	spanalloc              fixalloc // allocator for span*
		mheap.go#L203: 	cachealloc             fixalloc // allocator for mcache*
		mheap.go#L204: 	specialfinalizeralloc  fixalloc // allocator for specialfinalizer*
		mheap.go#L205: 	specialprofilealloc    fixalloc // allocator for specialprofile*
		mheap.go#L206: 	specialReachableAlloc  fixalloc // allocator for specialReachable
		mheap.go#L207: 	specialPinCounterAlloc fixalloc // allocator for specialPinCounter
		mheap.go#L209: 	arenaHintAlloc         fixalloc // allocator for arenaHints